set the page that FormsAuthentication.RedirectFromLoginPage redirects to

71

set the page that FormsAuthentication.RedirectFromLoginPage redirects to -

// RedirectFromLoginPage cannot specify a path. Use the following
FormsAuthentication.SetAuthCookie(IDTextBox.Text, RememberCheckBox.Checked);
Response.Redirect("some url the user has choosen");

Comments

Submit
0 Comments